Promis.e Help

To Deploy a Shared WorkSpace

If you have defined your own corporate WorkSpace you will want to deploy this WorkSpace to a shared network location so that all your users can access it. This is achieved by following this procedure:
  1. Move or copy the "MyCompany" workspace and the MyCompany.cfg configuration file to a shared network location such as: \\MyServer\Workspaces\
  2. Locate the WorkSpaceSetup.cfg file on your local machine which can be found here after a default install of the software: C:\ProgramData\Bentley\OpenUtilities Substation CONNECT Edition\Configuration\
  3. Edit the file in notepad or any other text editor and locate this section of the config file:

    # Assume MY_WORKSPACES_LOCATION variable points to your desired network location like

    #MY_WORKSPACES_LOCATION = //MyNetwork/MyWorkSpaces/

    #

    #%if defined (MY_WORKSPACES_LOCATION) && exists ($(MY_WORKSPACES_LOCATION))

    # _USTN_WORKSPACESROOT = $(MY_WORKSPACES_LOCATION)

    #%endif

  4. Remove the '#' sign to un-comment the script lines and then specify your network path as shown below:

    # Assume MY_WORKSPACES_LOCATION variable points to your desired network location like

    MY_WORKSPACES_LOCATION = //MyServer/Workspaces/

    %if defined (MY_WORKSPACES_LOCATION) && exists ($(MY_WORKSPACES_LOCATION))

    _USTN_WORKSPACESROOT = $(MY_WORKSPACES_LOCATION)

    %endif

  5. Restart Promis.e to connect to the new WorkSpace.